From: Jim Blandy Date: Wed, 16 Jun 1993 23:49:07 +0000 (+0000) Subject: Bring mumbleclean targets into conformance with GNU coding standards. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95279 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=39b649dd44b673aa5aea845ebfd7c453cd9fe508;p=emacs.git Bring mumbleclean targets into conformance with GNU coding standards. * Makefile.in (distclean): Call clean to do most of the work. Delete aixcc.c and TAGS. (realclean): Just call distclean. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index c42b6252041..1a8256999ea 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -163,14 +163,20 @@ install: ${archlibdir} mv ${bindir}/$${file}.new ${bindir}/$${file} ; \ done +uninstall: + (cd ${bindir}; \ + rm -f ${INSTALLABLES} ${INSTALLABLE_SCRIPTS}) + (cd ${archlibdir}; \ + rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}) + clean mostlyclean: -rm -f ${INSTALLABLES} ${UTILITIES} core *.o -distclean: - -rm -f ${INSTALLABLES} ${UTILITIES} ../etc/DOC* core *.o +distclean: clean + -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS realclean: distclean - -rm TAGS aixcc.c + true extraclean: realclean -rm -f *~ \#*